home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / ScrollControl.cpt / ScrollControl XCMD / card_2237.txt < prev    next >
Text File  |  1989-04-22  |  1KB  |  18 lines

  1. -- card: 2237 from stack: in
  2. -- bmap block id: 8095
  3. -- flags: 0000
  4. -- background id: 3516
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. The first two parameters let you specify range of the control. Try imagining a volume control on a stereo. It may have a lowest setting of 0 and a highest of 10. The first parameter lets you specify the lowest setting that the control can have. In our example, this is 0. The second parameter lets you specify the highest setting that the control can have. In our example, this is 10. Normally, you will assign these parameters with numbers in the XCMD line itself.
  12.  
  13.  
  14.  
  15. The third parameter lets you specify the inital setting of the control. In our example, the stereo might have been set to 2.  The past tense is crucial here because if the user readjusts the control to 5, the next time ScrollControl is called it should set the initial setting of the control to 5 not to 2. Thus, you might want to assign these parameters using a variable that is used to collect the result.
  16.  
  17.  
  18.